Definition at line 42 of file IFocusListener.hpp.
| Exponent::GUI::Listeners::IFocusListener::IFocusListener | ( | ) | [inline] |
Construction
Definition at line 54 of file IFocusListener.hpp.
| virtual Exponent::GUI::Listeners::IFocusListener::~IFocusListener | ( | ) | [inline, virtual] |
Destruction
Definition at line 59 of file IFocusListener.hpp.
| virtual void Exponent::GUI::Listeners::IFocusListener::gainedFocus | ( | IWindow * | window | ) | [pure virtual] |
Window gained the focus
| window | The window that has been resized |
| virtual void Exponent::GUI::Listeners::IFocusListener::lostFocus | ( | IWindow * | window | ) | [pure virtual] |
Window lost the focus
| window | The window that has been resized |